home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / dsztutor.zip / DSZT13 < prev    next >
Text File  |  1988-08-12  |  765b  |  20 lines

  1.                           Sample upload batch file
  2.  
  3.                     echo off
  4.                     DSZ port 1 speed 1200 sz
  5.  
  6.  
  7.  
  8.        ┌────────────────────────────────────────────────────────────────┐
  9.        │This file tells DSZ to use comm port 1, to operate at a speed   │
  10.        │of 1200 baud, and to use Zmodem as a protocol to send the file. │
  11.        └────────────────────────────────────────────────────────────────┘
  12.  
  13.         NOTES:  The use of % variables for parameters seems to work with
  14.                 some versions, while it does not with others.
  15.  
  16.                 Some features are implemented only on registered versions
  17.                 of DSZ.  I do not know which are not implemented with
  18.                 unregistered versions.
  19.  
  20.